Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92e21b270d | |||
| 923eddce20 | |||
| 272eeaa642 | |||
| 7e5d448741 | |||
| 6d8d07bcfd | |||
| 928b13b998 | |||
| 8557398538 | |||
| cbca2ceac2 | |||
| 2d877fd33f | |||
| d004d31017 | |||
| e3bb0a5071 | |||
| e41b9a4be5 | |||
| 885f48aaca | |||
| b0c76a3d59 | |||
| ea4713750a | |||
| b42502ecfb | |||
| f19a3a1322 | |||
| 36bf4b96af | |||
| de48c5435f | |||
| 559f44b0b9 | |||
| fa361b67ae | |||
| 875f9a7ba6 | |||
| 37f0a35b4a |
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #0a0a0a;
|
||||||
--card: #1a1a1a;
|
--card: #1a1a1a;
|
||||||
--foreground: #f5f0fce6;
|
--foreground: #fff0f0e6;
|
||||||
--primary-cta: #b366ff;
|
--primary-cta: #ff3d4a;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #737373;
|
--accent: #737373;
|
||||||
--background-accent: #737373;
|
--background-accent: #737373;
|
||||||
|
|||||||
@@ -1,31 +1,32 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Source_Code_Pro } from "next/font/google";
|
import { Poppins } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const sourceCodePro = Source_Code_Pro({
|
const poppins = Poppins({
|
||||||
variable: "--font-source-code-pro",
|
variable: "--font-poppins",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "1 - Premium Specialty Coffee",
|
title: "3 - Premium Specialty Coffee",
|
||||||
description: "Discover exceptional specialty coffee at 1. Premium beans, expert baristas, welcoming atmosphere.",
|
description: "Discover exceptional specialty coffee at 3. Premium beans, expert baristas, welcoming atmosphere.",
|
||||||
keywords: ["specialty coffee", "coffee shop", "espresso", "cafe", "artisan coffee"],
|
keywords: ["specialty coffee", "coffee shop", "espresso", "cafe", "artisan coffee"],
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "1 - Premium Specialty Coffee",
|
title: "3 - Premium Specialty Coffee",
|
||||||
description: "Discover exceptional specialty coffee at 1",
|
description: "Discover exceptional specialty coffee at 3",
|
||||||
siteName: "1",
|
siteName: "3",
|
||||||
type: "website",
|
type: "website",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg",
|
||||||
alt: "1 coffee",
|
alt: "3 coffee",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -40,7 +41,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={sourceCodePro.variable}
|
className={poppins.variable}
|
||||||
>
|
>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
@@ -1266,4 +1267,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="1"
|
brandName="3"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -42,15 +42,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroBillboardScroll
|
||||||
logoText="1"
|
title="3"
|
||||||
description="Discover the perfect cup. Crafted with passion, served with care. Premium specialty coffee for coffee lovers."
|
description="asdasdasdasdasdasd"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg"
|
||||||
imageAlt="Freshly brewed espresso with latte art"
|
imageAlt="Freshly brewed espresso with latte art"
|
||||||
frameStyle="card"
|
buttons={[
|
||||||
containerClassName="bg-gradient-to-br from-green-50 to-white"
|
{ text: "Explore Menu", href: "#products" },
|
||||||
logoClassName="text-green-700"
|
{ text: "Learn More", href: "#about" }
|
||||||
descriptionClassName="text-gray-800 text-lg md:text-3xl"
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
title="Brewing Excellence Since Day One"
|
title="Brewing Excellence Since Day One"
|
||||||
description="Founded in 2015 by coffee enthusiasts who believed great coffee brings people together"
|
description="Founded in 2015 by coffee enthusiasts who believed great coffee brings people together"
|
||||||
subdescription="1 Coffee Roasters"
|
subdescription="3 Coffee Roasters"
|
||||||
icon={Sparkles}
|
icon={Sparkles}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749014990-ucar89w4.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749014990-ucar89w4.jpg"
|
||||||
imageAlt="Premium coffee beans selection"
|
imageAlt="Premium coffee beans selection"
|
||||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
brand: "1",
|
brand: "3",
|
||||||
name: "Single Origin Ethiopia",
|
name: "Single Origin Ethiopia",
|
||||||
price: "$18.00",
|
price: "$18.00",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
brand: "1",
|
brand: "3",
|
||||||
name: "House Blend Espresso",
|
name: "House Blend Espresso",
|
||||||
price: "$16.00",
|
price: "$16.00",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
brand: "1",
|
brand: "3",
|
||||||
name: "Seasonal Cold Brew",
|
name: "Seasonal Cold Brew",
|
||||||
price: "$15.00",
|
price: "$15.00",
|
||||||
rating: 4,
|
rating: 4,
|
||||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSplit
|
<FooterSplit
|
||||||
logoText="1"
|
logoText="3"
|
||||||
title="Quality Coffee, Sustainable Sourcing, Community Connection"
|
title="Quality Coffee, Sustainable Sourcing, Community Connection"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
@@ -165,11 +165,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
contactItems={[
|
contactItems={[
|
||||||
{ icon: Phone, text: "(555) 123-4567" },
|
{ icon: Phone, text: "(555) 123-4567" },
|
||||||
{ icon: Mail, text: "hello@1.com" },
|
{ icon: Mail, text: "hello@3.com" },
|
||||||
{ icon: MapPin, text: "123 Coffee Lane, Brew City, BC 12345" }
|
{ icon: MapPin, text: "123 Coffee Lane, Brew City, BC 12345" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user