Merge version_3 into main #3
@@ -55,8 +55,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn Our Story", href: "#about" },
|
||||
{ text: "Order Today", href: "#products" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -114,17 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", title: "Starter Pack", price: "$35", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/closeup-view-woman-holding-wooden-plate-with-plum-apricot-raspberry-jam-glass-jars_181624-17696.jpg?_wi=2", imageAlt: "Starter pack", button: { text: "Subscribe Now", href: "#contact" },
|
||||
id: "starter", title: "Starter Pack", price: "$35", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/closeup-view-woman-holding-wooden-plate-with-plum-apricot-raspberry-jam-glass-jars_181624-17696.jpg?_wi=2", imageAlt: "Starter pack", button: { text: "Order Today", href: "#contact" },
|
||||
features: [
|
||||
"2 jars of seasonal jam", "Fresh pasta selection", "Free shipping", "Exclusive recipes"],
|
||||
},
|
||||
{
|
||||
id: "deluxe", title: "Deluxe Bundle", price: "$65", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sweet-biscuits-with-cup-coffee-light-background-color-cocoa-sugar-tea-cake-cookie-sweet-pie_140725-139479.jpg?_wi=2", imageAlt: "Deluxe bundle", button: { text: "Subscribe Now", href: "#contact" },
|
||||
id: "deluxe", title: "Deluxe Bundle", price: "$65", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sweet-biscuits-with-cup-coffee-light-background-color-cocoa-sugar-tea-cake-cookie-sweet-pie_140725-139479.jpg?_wi=2", imageAlt: "Deluxe bundle", button: { text: "Order Today", href: "#contact" },
|
||||
features: [
|
||||
"4 premium products", "Priority fresh delivery", "Free shipping", "Monthly surprise item", "VIP customer support"],
|
||||
},
|
||||
{
|
||||
id: "premium", title: "Premium Collection", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/pollen-jar-with-honey-jars-honeycomb_95678-374.jpg?_wi=2", imageAlt: "Premium collection", button: { text: "Subscribe Now", href: "#contact" },
|
||||
id: "premium", title: "Premium Collection", price: "$99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/pollen-jar-with-honey-jars-honeycomb_95678-374.jpg?_wi=2", imageAlt: "Premium collection", button: { text: "Order Today", href: "#contact" },
|
||||
features: [
|
||||
"All premium products", "Bi-weekly fresh delivery", "Free shipping worldwide", "Exclusive limited editions", "Personal recommendations", "Gift wrapping included"],
|
||||
},
|
||||
@@ -174,8 +173,7 @@ export default function LandingPage() {
|
||||
text="Ready to taste the difference? Place your first order today and experience homemade food made with love and passion. Contact us for bulk orders and custom requests."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Place Order", href: "#" },
|
||||
{ text: "Get in Touch", href: "#" },
|
||||
{ text: "Order Today", href: "#" },
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -206,7 +204,7 @@ export default function LandingPage() {
|
||||
{ label: "FAQs", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
{ label: "Bulk Orders", href: "#contact" },
|
||||
{ label: "Get in Touch", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user