16 Commits

Author SHA1 Message Date
75b838c8a4 Switch to version 1: modified src/app/page.tsx 2026-04-01 01:53:50 +00:00
9e22d675d0 Switch to version 1: modified src/app/layout.tsx 2026-04-01 01:53:50 +00:00
31c5df38b2 Merge version_2 into main
Merge version_2 into main
2026-04-01 01:51:18 +00:00
2d9782c463 Update src/app/page.tsx 2026-04-01 01:50:48 +00:00
0e9e8c0601 Update src/app/page.tsx 2026-04-01 01:49:06 +00:00
7c468d5a24 Update src/app/page.tsx 2026-04-01 01:48:42 +00:00
4d9556ba43 Update src/app/layout.tsx 2026-04-01 01:48:42 +00:00
a0753f167a Update src/app/page.tsx 2026-04-01 01:46:59 +00:00
4a9d767ecc Merge version_2 into main
Merge version_2 into main
2026-04-01 01:46:36 +00:00
973519b8f1 Update src/app/page.tsx 2026-04-01 01:46:12 +00:00
7fe61c0dc4 Update src/app/layout.tsx 2026-04-01 01:46:11 +00:00
ea091cd88f Merge version_1 into main
Merge version_1 into main
2026-04-01 01:44:53 +00:00
b8cc70ee75 Update src/app/page.tsx 2026-04-01 01:44:47 +00:00
76cf76cca2 Merge version_1 into main
Merge version_1 into main
2026-04-01 01:44:21 +00:00
e833c8af1f Update src/app/page.tsx 2026-04-01 01:44:18 +00:00
cee2d574ec Update src/app/layout.tsx 2026-04-01 01:44:17 +00:00
2 changed files with 44 additions and 52 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Noto_Serif_TC, Inter, Noto_Sans_TC } from "next/font/
export const metadata: Metadata = {
title: 'Home',
description: 'Welcome to our website',
title: 'Welcome to Our Platform',
description: 'Professional solutions for modern business.',
openGraph: {
"title": "Borgo C - Official Restaurant",
"description": "Home-style fusion cuisine in Lei King Wan.",

View File

@@ -1,5 +1,4 @@
'use client';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
@@ -9,88 +8,81 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
export default function Page() {
const navItems = [{ name: 'Home', id: '/' }];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen navItems={navItems} />
<NavbarStyleFullscreen navItems={[{name: "Home", id: "/"}]} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Innovating Digital Experiences"
description="Crafting robust, scalable, and beautiful web solutions."
background={{ variant: 'plain' }}
<HeroBillboardRotatedCarousel
title="Welcome"
description="Experience the future of digital engagement."
background={{ variant: "plain" }}
carouselItems={[
{ id: '1', imageSrc: 'https://images.unsplash.com/photo-1497215728101-856f4ea42174' },
{ id: '2', imageSrc: 'https://images.unsplash.com/photo-1486406146926-c627a92ad1ab' },
{ id: '3', imageSrc: 'https://images.unsplash.com/photo-1496493677560-f5a6f220300a' },
{ id: '4', imageSrc: 'https://images.unsplash.com/photo-1497366754035-f200968a6e72' },
{ id: '5', imageSrc: 'https://images.unsplash.com/photo-1498050108023-c5249f4df085' },
{ id: '6', imageSrc: 'https://images.unsplash.com/photo-1454165804606-c3d57bc86b40' },
{ id: "1", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=2000" },
{ id: "2", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=2000" },
{ id: "3", imageSrc: "https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=2000" },
{ id: "4", imageSrc: "https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=2000" },
{ id: "5", imageSrc: "https://images.unsplash.com/photo-1447752875215-b2761acb3c5d?q=80&w=2000" },
{ id: "6", imageSrc: "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?q=80&w=2000" }
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFour
title="Powerful Features"
description="Tools designed to help you scale faster."
<FeatureCardTwentyFour
title="Core Features"
description="Designed for scale and performance."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: '1', title: 'Feature 1', author: 'Admin', description: 'Description 1', tags: ['Tag1'], imageSrc: 'https://images.unsplash.com/photo-1497215728101-856f4ea42174' },
{ id: '2', title: 'Feature 2', author: 'Admin', description: 'Description 2', tags: ['Tag2'], imageSrc: 'https://images.unsplash.com/photo-1486406146926-c627a92ad1ab' },
{ id: "f1", title: "High Speed", author: "Admin", description: "Lightning fast performance.", tags: ["speed"], imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=400" },
{ id: "f2", title: "Secure", author: "Admin", description: "Top notch security.", tags: ["security"], imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?q=80&w=400" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="The best experience I have had so far!"
<TestimonialCardFifteen
testimonial="The best experience I have ever had!"
rating={5}
author="John Doe"
avatars={[{ src: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e', alt: 'User' }]}
ratingAnimation="opacity"
avatarsAnimation="opacity"
author="Jane Doe"
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
faqs={[
{ id: '1', title: 'Question 1', content: 'Answer 1' },
{ id: '2', title: 'Question 2', content: 'Answer 2' },
]}
<FaqSplitText
faqs={[{ id: "q1", title: "How does it work?", content: "Simply sign up and start." }]}
sideTitle="FAQ"
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Contact Us"
<ContactCTA
tag="Get in touch"
title="Ready to start?"
description="Let's build something great together."
buttons={[{ text: 'Get Started', href: '#' }]}
background={{ variant: 'plain' }}
description="Contact our team today."
buttons={[{text: "Contact Us"}]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[{ title: 'Links', items: [{ label: 'Home', href: '/' }] }]}
/>
<FooterBase columns={[{ title: "Product", items: [{ label: "Home", href: "/" }] }]} />
</div>
</ThemeProvider>
);