Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -9,7 +9,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||||
import { Instagram, Facebook } from "lucide-react";
|
import { Instagram, Facebook, ShoppingCart } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -93,7 +93,8 @@ export default function LandingPage() {
|
|||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "320",
|
reviewCount: "320",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140052116-ugc31hy1.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140052116-ugc31hy1.jpg",
|
||||||
imageAlt: "Smooth and creamy signature latte"
|
imageAlt: "Smooth and creamy signature latte",
|
||||||
|
button: { text: "Buy Now", href: "#", icon: ShoppingCart }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
@@ -103,7 +104,8 @@ export default function LandingPage() {
|
|||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "450",
|
reviewCount: "450",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766321575502-dja1nmgo.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766321575502-dja1nmgo.jpg",
|
||||||
imageAlt: "Rich and bold double espresso shot"
|
imageAlt: "Rich and bold double espresso shot",
|
||||||
|
button: { text: "Buy Now", href: "#", icon: ShoppingCart }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
@@ -113,7 +115,8 @@ export default function LandingPage() {
|
|||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "280",
|
reviewCount: "280",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140058956-okqwoo8n.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140058956-okqwoo8n.jpg",
|
||||||
imageAlt: "Refreshing cold brew concentrate"
|
imageAlt: "Refreshing cold brew concentrate",
|
||||||
|
button: { text: "Buy Now", href: "#", icon: ShoppingCart }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user