diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a39f8c..b62dcaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,6 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -18,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="noise" + background="aurora" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -28,9 +29,10 @@ export default function LandingPage() { @@ -42,12 +44,12 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Welcome to GoFo" buttons={[ - { text: "Discover Our Features", href: "#feature" }, - { text: "Read Testimonials", href: "#testimonial" } + { text: "Explore Our Offerings", href: "#feature" }, + { text: "Find Us", href: "#contact" } ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", imageAlt: "Barista preparing coffee at GoFo"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg", imageAlt: "Barista preparing coffee at GoFo Coffeeshop"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg", imageAlt: "Close-up of latte art"} ]} @@ -56,11 +58,23 @@ export default function LandingPage() { ratingText="Loved by Our Community" /> +
+ +
+