Unlock 1 Year of EdgeOne + 1TB CDN: Join Our Developer Journey
Get Started Now !
Building a Company Brand Site Quickly
This article introduces how to quickly build a full-featured company brand website based on Pages templates. You can not only quickly create your own company website by modifying text, images, and colors, but also configure multilingual support and dynamic news content.
Overview
Today's enterprise brand site construction faces dual challenges: quickly responding to market changes while ensuring outstanding performance and user experience. Traditional website building methods often fall into the dilemma of "long development cycles, high costs, and complex maintenance," making it difficult to meet businesses' agile development needs. Based on edge computing and static site technology, Pages Brand Official Website Template delivers a revolutionary website building experience. With a preset complete website framework, you just need to modify text, images, and color settings to quickly launch an exclusive enterprise website—truly achieving "out-of-the-box usage and zero-barrier website creation."
Template features and advantages:
Flexible customization: Complete official website example framework, ready to use; Supports deep customization: Style adjustment, layout reconstruction, interaction optimization
Globalization support: Built-in multilingual architecture, one-click language version switching; Supports dynamic content configuration, real-time update of corporate information
Good performance: Rely on global edge nodes to achieve rapid response; Compared with traditional VPS hosting, no need for server operation and maintenance, almost zero cost
Scenarios
Small and Medium-Sized Enterprises
For small and medium-sized enterprises (SMEs), financial and technical resources are relatively limited, while traditional customized website development involves extremely high costs and is time-consuming. Our templates provide a low-cost, high-efficiency website creation solution. SMEs can quickly build a brand site with basic features such as company introduction, product display, and contact information through simple modifications and configurations, establishing an online brand image in a short time frame, conducting Internet Marketing activities, and enhancing corporate reputation and market competitiveness.
Mature Enterprises
For businesses with an established brand foundation that need to upgrade their brand image or expand internationally, our templates' powerful customization features provide strong support. Based on a new brand strategy and visual standards, companies can flexibly modify styles, reconstruct website layouts, and optimize content display logic on our brand official website templates. Meanwhile, leveraging the built-in multilingual support feature, they can easily achieve multilingual translation and free switching of website content. Through high-quality page design and smooth interaction experience, brand recognition is continuously enhanced, while user perception and favorability toward the brand are improved.
Example Scenario: Pure Static Brand Official Website
If your site only needs to display required static content such as homepage, partner, project case, and about us, and only show your brand, without managing dynamic content like "News Center", then you can perform the following steps to set it up.
Operation Steps
1. Selecting a Template
Go directly to the template classification page on the Brand Official Website, select the desired template, and complete the deployment with one click. After successful deployment, the system will automatically generate a direct access site link.
2. Modify Content
If you need to adjust the website style or modify content, take the Enterprise Website Template as an example and follow the path below to make changes:
modify topic color:
src/styles/globals.css
modify web page content
src/config/case-studies.ts: case study information
src/config/careers.ts: work information
src/config/get-started.ts: quick start guide
src/config/team.ts: team member information
Example Scenario: Brand Official Website Configuring Dynamic Content through Seamless Integration with Contentful
Our enterprise website template helps integrate Contentful CMS, allowing you to easily manage content through Contentful's visual interface. For the specific access process, see Contentful Integration.
After Contentful integration, configure environment variables during deployment.
CONTENTFUL_SPACE_ID
: Fill in your Contentful Space IDCONTENTFUL_DELIVERY_TOKEN
: Fill in your Contentful Delivery Token

Example Scenario: Brand Official Website Configuring Dynamic Content through Seamless Integration with Plasmic
We Tech Company Official Website Template help integrate Plasmic CMS. Plasmic has a complete built-in CMS, seamlessly integrated into Plasmic's visual editor, allowing you to directly drag and drop structured content into your design.
Operation Steps
1. Create a Database

Input database name

If "news content" requires multilingual support, configure
Locales
. Here, besides the default, we add en
to store English content.
2. Configure Model Data Table
Create data structures for
News
data tables separately, all these fields are required, none can be missing.slug: identification ID of an article
image: article cover image
title: article title
article content
release date

Switch on the
Localized
switch for title
and content
to configure multilingual content.
3. Configuring Article Content
Click
Edit Content
, then sequentially configure the title
, content
, slug
, image
, and date
fields.
After configuring the content, click
Publish
to successfully publish the content.
4. Deploy to EdgeOne Pages
Setting environment variables.
Enter the Template Deployment Page, locate the
CMS ID
and Public Token
inside the CMS Settings
of Plasmic, then copy and enter them into the template's environment variables.
Then click
Create
to start deployment. After successful deployment, access the site, switch to the /news
page, and you can see the configuration content we set up above.